home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / hardware / drivesex / drivesex.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-07-06  |  493 b   |  18 lines

  1. #define         DRIVEXISTS      1
  2.  
  3. #define         REMOVEDRV       0
  4. #define         FIXEDDRV        1
  5.  
  6. #define         LOCALDRV        0
  7. #define         REMOTEDRV       1
  8. #define         SHAREDRV        2
  9.  
  10. #define         FLOPPY          0
  11. #define         HARD            1
  12. #define         RAM             2
  13. #define         SUBST           3
  14. #define         CDROM           4
  15.  
  16. extern          unsigned char   drives[26*4];
  17. extern          void            Drives_Exist(void);
  18.